//==============================================================================
// Explosion_anim.txt
//==============================================================================


//==============================================================================
define groundfire
{
	set hotspot
	{
		version
		{
		   Visualparticle SFX A Meteor GroundFire
                        tag SpecificSoundSet 0.01 true FireRaftDeath checkVisible
		}
	}
}


//=======================================================FIRE ELE SPECIAL SFX 1=
define felesfx1
{
	set hotspot
	{
		version
		{
			Visualparticle Special E Phoenix Burst Shockwave
		}
	}
}

//=======================================================FIRE ELE SPECIAL SFX 2=
define felesfx2
{
	set hotspot
	{
		version
		{
			Visualparticle Special E Phoenix Burst Fire
		}
	}
}

//==============================================================================
define mushroom
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Meteor Impact Mushroom
		}
	}
}

//==============================================================================
define dustlarge
{
   set hotspot
   {
      version
      {
         VisualParticle SFX A Generic Dust Large
      }
   }
}

//==============================================================================
define AttackDustCloudLeft
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Titan Stomp Dust Cloud Left
      }
   }  
}

//==============================================================================
define AttackDustCloudRight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Titan Stomp Dust Cloud Right
      }
   }  
}

//=========================================================FIRE ELE BIRTH SFX 1=
define felesfxbirth1
{
	set hotspot
	{
		version
		{
		   Visualparticle SFX A Meteor GroundFire
		}
	}
}

//=========================================================FIRE ELE BIRTH SFX 2=
define felesfxbirth2
{
	set hotspot
	{
		version
		{
                    Visualparticle Special G Chimera Fire Breath
		}
	}
}

//==============================================================================
anim Idle
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
			Visualnone jimmy
FireRaftDeath
                        }
		}
	}
}

//==============================================================================
anim Birth
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
			Visualnone jimmy
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag GenericSound 0.01 true   
                  tag SpecificSoundSet 0.01 false FireRaftDeath checkVisible
//-- end auto generated section
                        connect ATTACHPOINT AttackDustCloudLeft hotspot
                        connect ATTACHPOINT AttackDustCloudRight hotspot
                        //connect ATTACHPOINT groundfire hotspot
                        connect Smoke0 dustlarge hotspot
                        connect Smoke1 dustlarge hotspot
                        connect ATTACHPOINT mushroom hotspot
  connect ATTACHPOINT felesfxbirth1 hotspot
		connect ATTACHPOINT felesfxbirth2 hotspot
    connect backabdomen felesfx1 hotspot
                connect backabdomen felesfx2 hotspot
                        }
		}
	}
}
